From 4c0b2087c682a3fe2d0f1854cbe11a2796e783c0 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Fri, 12 Dec 2014 17:32:02 -0800 Subject: [PATCH] gdk: Emit stamp-gc-h in the correct directory --- gdk/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/Makefile.am b/gdk/Makefile.am index 19d0401480..2a0352b838 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -430,7 +430,7 @@ gdkconfig.h: stamp-gc-h else rm -f stamp-gc-h; $(MAKE) stamp-gc-h; fi stamp-gc-h: $(top_builddir)/config.status $(AM_V_at) cd $(top_builddir) && $(SHELL) ./config.status gdk/gdkconfig.h \ - && echo timestamp > $(@F) + && echo timestamp > gdk/$(@F) dist-hook: ../build/win32/vs9/gdk.vcproj ../build/win32/vs10/gdk.vcxproj ../build/win32/vs10/gdk.vcxproj.filters -- 2.30.2